home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Sun.Form < prev    next >
Text File  |  1995-05-14  |  202b  |  29 lines

  1. Sun
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-10.0
  6.         x2= 10.0
  7.         y1=-6.15
  8.         y2= 6.15
  9.         bailout=10000.0
  10.     }
  11.     {
  12.         t=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         t=sin(t)
  17.         t=cos(t)
  18.         t=tan(t)
  19.         z=z*z
  20.         z=z+t
  21.         w=abs(z)
  22.     }
  23.     {
  24.         z>bailout
  25.     }
  26.     {
  27.     }
  28. }
  29.